home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 4 / CU Amiga Magazine's Super CD-ROM 04 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-11].iso / magazine / psion / utils / barcodes.lzx / baacodes.txt < prev    next >
Text File  |  2010-06-02  |  5KB  |  147 lines

  1. Barcoder - (c) 1993 ACB Software
  2.  
  3.  
  4. Documentation date: 31/1/94
  5.  
  6.  
  7.  
  8. This program is FREEWARE - no charge is made, just enjoy it!
  9.  
  10. Please distribute this package as a complete ZIP file with:
  11.  
  12.         BAACODES.TXT    - This text file
  13.         BAACODES.OPA    - The main application file
  14.         STDLIB.OPO      - Standard OPL routines used by Barcoder
  15.         MANUFS.DBF      - Manufacturer database
  16.         PRODUCTS.DBF    - Product database
  17.  
  18.  
  19.  
  20. To install:
  21.  
  22. Copy BAACODES.OPA to any \APP directory and install it from the system screen
  23. with PSION-I
  24.  
  25. Copy STDLIB.OPO into the \OPO directory on your M: drive (internal)
  26.  
  27. Copy MANUFS.DBF and PRODUCTS.DBF into any \DAT directory (these are optional)
  28.  
  29.  
  30.  
  31. Usage:
  32.  
  33. Start Barcoder from the System screen. You will be presented with a dialogue
  34. box asking for an EAN or a product name. Product names will only be found if
  35. the PRODUCTS.DBF and MANUFS.DBF files have been installed.
  36.  
  37.         - To generate a barcode from a number
  38.                 o Enter its EAN (the number under the barcode)
  39.                 o If the product is not in the database, you will be asked
  40.                         if you want to add its name and its manufacturer
  41.                         - these will be added to the relevant databases
  42.                 o The barcode will then appear
  43.                 o Press P to print to the 3-link parallel cable, or S to
  44.                         print to the 3-link RS232 serial cable - most Epson
  45.                         compatible printers should work (I've tested it with
  46.                         a Canon Bubblejet)
  47.                 o Press any other key to enter another barcode
  48.  
  49.         - To generate a barcode from a product name
  50.                 o Enter part of its description, e.g. "ballpen"
  51.                 o If the product is not found, you will be returned to the
  52.                         initial dialogue box
  53.                 o The barcode will appear if the product is found, follow
  54.                         the procedures above for printing
  55.  
  56.  
  57.  
  58. Notes:
  59.  
  60. EAN-8 and EAN-13 barcodes are accepted and generated. The printed barcodes
  61. are machine-readable (this has been tested).
  62.  
  63. If a book barcode is entered, its ISBN will automatically be generated.
  64.  
  65.  
  66.  
  67. Bugs:
  68.  
  69. EAN-8 barcodes sometimes generate the wrong manufacturer.
  70. Pressing "S" or "P" to print a barcode will generate a system error and exit
  71. the program if no 3-link cable is plugged in.
  72.  
  73.  
  74.  
  75. Why bother?
  76.  
  77. A lot of people have asked that question!! A friend had a project on my HND
  78. course dealing with Barcodes, so I borrowed the information and wrote the
  79. Series 3 application. Someone out there might have a use for it!
  80.  
  81.  
  82.  
  83. History:
  84.  
  85. 8/2/93          - Initial EAN information obtained, application started
  86. 9/2/93          - EAN-8 support added to EAN-13
  87. 11/2/93         - Series 3 version completed
  88. 11/11/93        - Series 3a retranslation started
  89. 30/11/93        - Series 3a version completed, with minor revisions
  90. 31/1/94         - Series 3a version released into the public domain as
  91.                         FREEWARE
  92.  
  93.  
  94.  
  95. What's this STDLIB thing then?
  96.  
  97. STDLIB.OPO is simply a collection of commonly used OPL routines that I can't
  98. be bothered to code into each application I write. Most other ACB Software
  99. packages use STDLIB - it keeps down the code size of individual applications
  100. if they can call on a standard library of routines.
  101.  
  102. If there is a demand, I'll release the STDLIB documentation.
  103.  
  104.  
  105.  
  106. What other packages are available from ACB Software?
  107.  
  108. - ACBDOS (to be released soon)
  109.         o Command interpreter for the Series 3a
  110.         o Allows most MS-DOS commands
  111.         o Will play music and samples
  112.         o Will display pictures, text files, etc
  113.         o Allows connectivity between PCs and Series 3as
  114.         o Allows E-mail between two connected Series 3as (!)
  115.  
  116. - IDES
  117.         o Generates 48 x 48 S3a icons
  118.         o Can grab an icon from a larger picture
  119.         o Allows scrolling of icons in any direction
  120.         o Has magnified and normal views of icon
  121.  
  122. - Chardes - character set designer (to be released soon)
  123.         o Allows generation of .FSC font files
  124.         o Can generate proportional fonts
  125.  
  126. - Julia
  127.         o Generates Julia set fractals on the Series 3a
  128.  
  129. - Blitz (to be released soon)
  130.         o S3a version of the classic arcade game
  131.  
  132. - Munchies (to be released soon)
  133.         o S3a Pac-Man clone
  134.         o Full screen
  135.  
  136.  
  137. Note: the above applications are for the Series 3a ONLY. If there is any
  138. demand, I'll dig out the old Series 3 versions and stick them on an ftp site.
  139.  
  140.  
  141.  
  142. Email contact:
  143.  
  144. booker_a%prodev.dnet@smithkline.com
  145.  
  146.  
  147.